FlexReport for WPF
Item(Int32) プロパティ


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > ReportObjectCollection<TItem> クラス > Item プロパティ : Item(Int32) プロパティ
取得する要素の 0 から始まるインデックス。
指定されたインデックスにある要素を取得します。
シンタックス
'宣言
 
Public Overloads MustOverride ReadOnly Property Item( _
   ByVal index As System.Integer _
) As TItem
'使用法
 
Dim instance As ReportObjectCollection(Of TItem)
Dim index As System.Integer
Dim value As TItem
 
value = instance.Item(index)
public abstract TItem Item( 
   System.int index
) {get;}

パラメータ

index
取得する要素の 0 から始まるインデックス。

プロパティ値

指定されたインデックスにある要素。
参照

ReportObjectCollection<TItem> クラス
ReportObjectCollection<TItem> メンバ
オーバーロード一覧